ChannelFile


The on-disk saved channels
Protobuf type meshtastic.ChannelFile

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , DeviceOnly.ChannelFileOrBuilder

The on-disk saved channels
Protobuf type meshtastic.ChannelFile

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard

The channels our node knows about
repeated .meshtastic.Channel channels = 1;
Link copied to clipboard
open fun getChannelsCount(): Int

The channels our node knows about
repeated .meshtastic.Channel channels = 1;
Link copied to clipboard

The channels our node knows about
repeated .meshtastic.Channel channels = 1;
Link copied to clipboard

The channels our node knows about
repeated .meshtastic.Channel channels = 1;
Link copied to clipboard

The channels our node knows about
repeated .meshtastic.Channel channels = 1;
Link copied to clipboard
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getVersion(): Int

A version integer used to invalidate old save files when we make
incompatible changes This integer is set at build time and is private to
NodeDB.cpp in the device code.
uint32 version = 2;
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): DeviceOnly.ChannelFile
Link copied to clipboard
open fun parseFrom(data: ByteString): DeviceOnly.ChannelFile
open fun parseFrom(input: CodedInputStream): DeviceOnly.ChannelFile
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): DeviceOnly.ChannelFile
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): DeviceOnly.ChannelFile
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): DeviceOnly.ChannelFile
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): DeviceOnly.ChannelFile
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): DeviceOnly.ChannelFile
Link copied to clipboard
open fun parser(): Parser<DeviceOnly.ChannelFile>
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)